home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / p4 / p4-1_2c.lha / p4-1.2c / contrib_f / README < prev   
Text File  |  1993-06-04  |  697b  |  16 lines

  1. This directory contains some simple Fortran examples contributed by users.
  2.  
  3. norm - The master program constructs a matrix and distributes its 
  4.        columns to the slave processes to compute the 1-norms of the 
  5.        columns (the sums of the absolute values of the entries).
  6.  
  7. comm - A stress test for message passing.  Prompts for number of iterations, 
  8.        and sends increasingly large messages (up to length 2^19) to the
  9.        slaves and back in various configurations.
  10.  
  11. pi   - A program that computes the value of pi by integration.  Based on
  12.        an example from Intel.
  13.  
  14. *.pg - The procgroup files necessary for running the above programs on
  15.        various configurations of machines.
  16.